Remove $(LINUX_SRCDIR) on distclean.
authorIan Campbell <ian.campbell@xensource.com>
Mon, 4 Jun 2007 10:37:50 +0000 (11:37 +0100)
committerIan Campbell <ian.campbell@xensource.com>
Mon, 4 Jun 2007 10:37:50 +0000 (11:37 +0100)
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
buildconfigs/mk.linux-2.6-xen

index 5c8291c4d87dd6931fea5dd5b349c2bf88fe1f9a..e539b9fe39145ed9921acf62467be7bd73220820 100644 (file)
@@ -122,7 +122,7 @@ clean::
 
 .PHONY: delete
 delete: 
-       rm -rf tmp-linux-$(LINUX_VER) $(LINUX_DIR) 
+       rm -rf tmp-linux-$(LINUX_VER) $(LINUX_DIR) $(LINUX_SRCDIR)
 
 .PHONY: mrproper
 mrproper: